No announcements
Found 3770663 threads
-
0 Votes
How to get property from code?
property(2) = 10 Customer1.Answered | 4 Replies | 2739 Views | Created by Podlesnick - Sunday, November 21, 2010 10:31 AM | Last reply by Crazypennie - Sunday, November 21, 2010 3:02 PM -
0 Votes
[Coded UI] How get checked property from WinTreeItem into WinTree?
So, can I get TreeNode from NativeElement property of WinTreeItem and then call it's methods?Answered | 6 Replies | 3235 Views | Created by Akhan Zhakiyanov - Wednesday, November 7, 2012 11:48 AM | Last reply by Amanda Zhu - Tuesday, November 13, 2012 5:40 AM -
0 Votes
How to get the properties from complex property ?
The Type.GetElementType() method gets the type of elements of an array type: Type arrayType = typeof(ShipperDetails[]); Type elementType = ...Answered | 1 Replies | 681 Views | Created by Jayapradha - Thursday, October 15, 2015 10:56 AM | Last reply by Magnus (MM8) - Thursday, October 15, 2015 1:15 PM -
0 Votes
How to get the name of a property from within the property without using Lambda?
If you want to get the name of a property in property without suing lambda, you could try the following code to do it.Answered | 5 Replies | 733 Views | Created by Richard.Haggard - Wednesday, September 18, 2019 9:53 PM | Last reply by Tim Roberts - Thursday, September 19, 2019 5:56 PM -
1 Votes
Get Description of a Domain Property in Code
However, it is still possible to get hold of it programmatically.Answered | 2 Replies | 3985 Views | Created by TheFish1 - Thursday, October 13, 2011 12:52 PM | Last reply by TheFish1 - Friday, October 14, 2011 10:13 AM -
1 Votes
How to set IsHitTestVisible Property from code behind?
Take a look at this: <Window x:Class="WpfApplication1.MainWindow" ...Answered | 3 Replies | 1644 Views | Created by shao4321 - Friday, March 7, 2014 5:51 AM | Last reply by dev hedgehog - Monday, March 10, 2014 8:32 PM -
0 Votes
How is my code changing my property through the 'get' attribute
Then everyone can call get property and add string into List.Answered | 2 Replies | 287 Views | Created by PBPuddin - Thursday, May 3, 2018 7:31 PM | Last reply by PBPuddin - Thursday, May 3, 2018 8:41 PM -
0 Votes
Get properties from Delve
Hi Paneendra, Unfortunately, the User Profile Properties can't provide this property to get the last modified date.Answered | 3 Replies | 4435 Views | Created by Paneendra N Gautham - Wednesday, May 16, 2018 12:03 PM | Last reply by Dennis Guo - Tuesday, May 29, 2018 6:55 AM -
0 Votes
Get the character from RichTextBox.SelectionStart property
You would use the SelectionStart property value as the index of the character within the RichTextBox's Text property.Answered | 3 Replies | 2071 Views | Created by MiguelRosso - Friday, May 24, 2013 5:18 PM | Last reply by Shady Abo Assy - Friday, May 24, 2013 9:25 PM -
0 Votes
How to get Localized Properties ?
Sorry for not being clear: I'm using EWS to get user's contact informations (Mail, phone numbers etc...)Answered | 3 Replies | 5073 Views | Created by Romain Keirsebilck - Thursday, May 28, 2009 4:41 PM | Last reply by David Claux - MSFT - Friday, May 29, 2009 4:46 PM -
0 Votes
How to get a single property from SP.UserPforiles.PeopleManager?
Can I get SPS-DistinguishedName without passing accountname?Answered | 2 Replies | 488 Views | Created by MC ROY - Saturday, May 13, 2017 4:04 AM | Last reply by MC ROY - Wednesday, May 24, 2017 8:02 AM -
0 Votes
How to get attributes of property in WPF
Hi Sivakumar1988, You can use TypeDescriptor to get these attributes.Answered | 6 Replies | 5917 Views | Created by Sivakumar1988 - Wednesday, August 18, 2010 11:49 AM | Last reply by jawahar_16 - Wednesday, June 29, 2011 6:26 AM -
0 Votes
How to get property or innertext of an image?
How can the image be clicked?Answered | 9 Replies | 4144 Views | Created by LearnVSTest - Tuesday, October 4, 2011 1:10 PM | Last reply by RajendraC - Wednesday, October 5, 2011 8:22 AM -
1 Votes
how to get a class property
Hi, How do I get the value from tags from the query without running a foreach loop?Answered | 3 Replies | 3014 Views | Created by witdaj - Thursday, June 3, 2010 11:57 PM | Last reply by Louis.fr - Tuesday, June 8, 2010 1:20 AM -
3 Votes
getting property name from enum item name
You can set the property using PropertyInfo.SetValue(...)Answered | 4 Replies | 4944 Views | Created by JakerCz - Wednesday, April 15, 2009 6:37 PM | Last reply by JakerCz - Wednesday, April 15, 2009 6:48 PM -
0 Votes
Get properties/fields/methods from an dll/exe...
So how i can get 'Properties' & 'Methods' defined by me...Answered | 11 Replies | 13574 Views | Created by IamHuM - Wednesday, January 27, 2010 4:27 PM | Last reply by Michal Burger - Friday, January 29, 2010 12:42 AM -
0 Votes
VB.net : How use file properties using code..?
Hi Lucorse, Can you tell me how to create Property file in VB.net i am not getting at all that how to create property ...Answered | 7 Replies | 21277 Views | Created by Gaurav_K - Thursday, January 7, 2010 12:13 PM | Last reply by Vebs24 - Friday, January 13, 2012 5:45 AM -
0 Votes
[Coded UI Test] How to get the "Foreground" property for the native combobox controle in coded ui test
You may also want to go through this blog ...Answered | 2 Replies | 6592 Views | Created by Hu Haiqing - Wednesday, May 26, 2010 12:50 AM | Last reply by Siddhartha Pandey - MSFT - Monday, May 31, 2010 12:43 PM -
1 Votes
Gets the Custom Property values in from UserProfileManager at one shot - Code Optimization
When trying to compile the above code on SharePoint 2010, Visual Studio 2010, .Net 3.51, I get the following ...Answered | 3 Replies | 9158 Views | Created by K. Madhusudhan rao - Wednesday, July 7, 2010 3:17 PM | Last reply by Jacues87 - Tuesday, October 4, 2011 2:02 PM -
21 Votes
Property- Get & Set
If a property is READONLY, it can only be read from...Answered | 30 Replies | 2324 Views | Created by bhd9 - Saturday, December 24, 2011 2:59 PM | Last reply by John Anthony Oliver - Wednesday, December 28, 2011 1:56 PM - Items 1 to 20 of 3770663 Next ›
No announcements