Share via


SfcDomainInfo.AssemblyStrongName Property

Gets or sets the strong name of the assembly as evidence for policy evaluation. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property AssemblyStrongName As String 
    Get 
    Friend Set
'Usage
Dim instance As SfcDomainInfo 
Dim value As String 

value = instance.AssemblyStrongName
public string AssemblyStrongName { get; internal set; }
public:
property String^ AssemblyStrongName {
    String^ get ();
    internal: void set (String^ value);
}
member AssemblyStrongName : string with get, internal set
function get AssemblyStrongName () : String 
internal function set AssemblyStrongName (value : String)

Property Value

Type: System.String
A string representing the strong name of the assembly.

See Also

Reference

SfcDomainInfo Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace