msidmRequestTargetDetailmsidmAttributeName Property |
Attribute Name - This attribute defines the name of the attribute being modified on the specified target object. This attribute comes from the request parameters of the parent request.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string msidmAttributeName { get; set; }
Public Property msidmAttributeName As String
Get
Set
public:
property String^ msidmAttributeName {
String^ get ();
void set (String^ value);
}
member msidmAttributeName : string with get, set
Property Value
Type:
String
See Also