Account.InitializeProperty Method
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub InitializeProperty ( _
name As String, _
value As Object _
)
public void InitializeProperty(
string name,
Object value
)
public:
void InitializeProperty(
String^ name,
Object^ value
)
member InitializeProperty :
name:string *
value:Object -> unit
public function InitializeProperty(
name : String,
value : Object
)
Parameters
- name
Type: System.String
- value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.