FindAndUpdateMunicipalityMunicipalityNameType Property |
Gets or sets the municipality name code.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic InArgument<string> MunicipalityNameType { get; set; }
Public Property MunicipalityNameType As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ MunicipalityNameType {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member MunicipalityNameType : InArgument<string> with get, set
Property Value
InArgumentString
The municipality name code.
See Also