Package.PrivacyStatement Property
Gets and sets the address of the privacy statement for the add-in.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 12, IsRequired = false)]
public Uri PrivacyStatement { get; set; }
public:
[DataMemberAttribute(Order = 12, IsRequired = false)]
property Uri^ PrivacyStatement {
Uri^ get();
void set(Uri^ value);
}
<DataMemberAttribute(Order := 12, IsRequired := False)>
Public Property PrivacyStatement As Uri
Property Value
Type: System.Uri
An instance of Uri that contains the address of the privacy statement.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top