MPLocationRecord.Trust Property

 

Gets or sets the Windows trust information.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public WindowsTrust Trust { get; set; }
public:
property WindowsTrust^ Trust {
    WindowsTrust^ get();
    void set(WindowsTrust^ value);
}
Public Property Trust As WindowsTrust

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.WindowsTrust

See Also

MPLocationRecord Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top