UsageIdentifier Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets or sets a value that enables a calling application to associate a GUID with a dialog's persisted state.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Guid UsageIdentifier { get; set; }
Visual Basic (Declaration)
Public Property UsageIdentifier As Guid
Visual C++
public:
property Guid UsageIdentifier {
	Guid get ();
	void set (Guid value);
}

See Also