UniqueIdentifierProperty.Value Field

banner art

Specifies the value of the attribute.

Syntax

[Visual Basic .NET]
Public Field Value As UniqueIdentifier
[C#]
public UniqueIdentifier Value;
[JScript]
public var Value : UniqueIdentifier;

Remarks

Represents a field of type UniqueIdentifier.

See Also

© 2007 Microsoft Corporation. All rights reserved.