ErrorRecordData.InvocationName Property
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public string InvocationName { get; private set; }
public:
[DataMemberAttribute(IsRequired = true)]
property String^ InvocationName {
String^ get();
private: void set(String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member InvocationName : string with get, private set
<DataMemberAttribute(IsRequired := True)>
Public Property InvocationName As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
ErrorRecordData Class
Microsoft.ClusterAwareUpdating Namespace
Return to top