DomainIdentifierAttribute Constructor
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Initializes a new instance of the DomainIdentifierAttribute class.
Namespace: System.ServiceModel.DomainServices
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New DomainIdentifierAttribute(name)
public DomainIdentifierAttribute(
string name
)
public:
DomainIdentifierAttribute(
String^ name
)
new :
name:string -> DomainIdentifierAttribute
public function DomainIdentifierAttribute(
name : String
)
Parameters
- name
Type: System.String
Name of the domain identifier. This string has no framework-level semantics. It is entirely up to the application developer to decide what constitutes uniqueness or whether it is case-sensitive. It cannot be nulla null reference (Nothing in Visual Basic) or empty.