ServiceIdentityKey.Value Property

There are no comments for Property Value in the schema.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property Value As Byte()
public byte[] Value { get; set; }
public:
property array<unsigned char>^ Value {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member Value : byte[] with get, set
function get Value () : byte[]
function set Value (value : byte[])

Property Value

Type: array<System.Byte[]
Returns Byte.

.NET Framework Security

See Also

Reference

ServiceIdentityKey Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace