UpdateAttribute.UsingCustomMethod-Eigenschaft
Ruft einen Wert ab, der angibt, ob die Methode ein benutzerdefinierter Aktualisierungsvorgang ist.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in system.servicemodel.domainservices.server.dll)
Verwendung
'Usage
Dim instance As UpdateAttribute
Dim value As Boolean
value = instance.UsingCustomMethod
instance.UsingCustomMethod = value
Syntax
'Declaration
Public Property UsingCustomMethod As Boolean
public bool UsingCustomMethod { get; set; }
public:
property bool UsingCustomMethod {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public boolean get_UsingCustomMethod ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_UsingCustomMethod (boolean value)
CompilerGeneratedAttribute
public function get UsingCustomMethod () : boolean
CompilerGeneratedAttribute
public function set UsingCustomMethod (value : boolean)
Eigenschaftswert
true, wenn die Methode ein benutzerdefinierter Aktualisierungsvorgang ist, andernfalls false.
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.
Plattformen
Entwicklungsplattformen
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000
Zielplattformen
Siehe auch
Verweis
UpdateAttribute-Klasse
UpdateAttribute-Member
System.ServiceModel.DomainServices.Server-Namespace