DomainRoleInfo.LinkPropertyInfo Property

Gets the property information for this domain role.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property LinkPropertyInfo As PropertyInfo
public PropertyInfo LinkPropertyInfo { get; }
public:
property PropertyInfo^ LinkPropertyInfo {
    PropertyInfo^ get ();
}
member LinkPropertyInfo : PropertyInfo with get
function get LinkPropertyInfo () : PropertyInfo

Property Value

Type: PropertyInfo
A PropertyInfo object.

.NET Framework Security

See Also

Reference

DomainRoleInfo Class

Microsoft.VisualStudio.Modeling Namespace