msidmRequestTargetDetailmsidmAttributeValue Property |
Attribute Value - This attribute defines the value 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 msidmAttributeValue { get; set; }
Public Property msidmAttributeValue As String
Get
Set
public:
property String^ msidmAttributeValue {
String^ get ();
void set (String^ value);
}
member msidmAttributeValue : string with get, set
Property Value
Type:
String
See Also